ActiveState Powered by ActiveState

ActiveState Community


license

Extending PDK trial

Question:

How do I extend my PDK trial license?

Answer:

To extend your PDK trial license:

1. go to this link in your browser:
http://www.activestate.com/products/perl_dev_kit/trial_options.plex

2. sign in to your ActiveState.com account (you may need to register if you have not previously)

3. download and install the new Trial license

Extending Tcl Dev Kit trial

Question:

How do I extend my Tcl Dev Kit (TDK) trial license?

Answer:

Until the TDK 4 release, please extend your trial license by logging into your account at:

http://www.activestate.com/myaccount

If you do not have your password, one can be requested by clicking on "Forgot your Password?" underneath the sign in prompt.

Once signed in, click on "Downloads" at the top right hand side of your screen.

Click on "Download Free Trial" beside the product you wish to try.

A download wizard will pop-up and take you through the download and installation steps.

Extending Komodo IDE trial

OS: All / Any | Product: Licensing | tags: ide komodo license licensing trial
Question:

How do I extend my Komodo IDE trial license?

Answer:

To extend your Komodo trial license:

1. go to this link in your browser:
http://www.activestate.com/store/komodo_ide/trial/extend/

2. sign in to your ActiveState.com account (you may need to register if you have not done so previously)

3. download and install a new Trial license

Komodo IDE Trial won't start

OS: Windows | Product: Komodo | tags: ide komodo license trial
Question:

When I start Komodo IDE 4.0.0 for the first time, I get a dialog that says 'Your license is incompatible with this version of Komodo', and an option to buy or upgrade. What is going on?

Answer:

We have discovered a problem affecting some Trial users of Komodo 4.0.0 where they will not be able to start a 21-day trial on the first start of Komodo. This is now fixed in Komodo 4.0.1:

ftp://ftp.activestate.com/Komodo/Windows/4.0/Komodo-IDE-4.0.1-274919.msi

Can't create license file on OS X

OS: OS X | Product: Licensing | tags: installation license
Question:

Why do I get the message "Can't create '/Users/myusername/Library/Application Support/ActiveState/ActiveState.lic"? What can I do about it?

Answer:

Occasionally when you are installing a new ActiveState license or starting a trial or beta product that installs a temporary license you will get the following message:

Can't create '/Users/myusername/Library/Application Support/ActiveState/ActiveState.lic

This is due to the directory the license is being installed in being owned by another user or not having the appropriate permissions. The easiest way to fix this is from the Terminal, by typing the following two commands:

sudo chown -R myusername /Users/myusername/Library/Application\ Support/ActiveState
chmod 0755 /Users/myusername/Library/Application\ Support/ActiveState

You may have to enter your password after typing the first command. This is normal, and required because you are executing that command as root (which is needed to change the ownership of files not owned by the current user).

Where is my ActiveState license file installed?

OS: All / Any | Product: Licensing | tags: install key license location
Question:

Where do I find my license file after I run the license installer?

Answer:

Sometimes it's handy to be able to find your license file after you run the license installer. It can be helpful for debugging license issues and can make life easier when you start using your ActiveState product on another machine.

All directories below are shown relative to your home directory (found in the environment variable HOME on Linux and Mac OS X and in the environment variable USERPROFILE on Windows XP):

Windows: Application Data/ActiveState/ActiveState.lic
Mac OS X: Library/Application Support/ActiveState/ActiveState.lic
Linux: .ActiveState/ActiveState.lic

The Application Data directory is usually hidden under Windows, so you may have to set Explorer to show hidden files or simply "cd" to that directory in a command prompt.

Installing licenses for multiple users on networked machines

OS: All / Any | Product: Licensing | tags: license multiuser network
Question:

We would like install your product so that it is accessible on all machines on our network for the users holding the license. We have already purchased the licenses. The license says it is good for one user (per license) on all platforms. What's the best way to go about this?

Answer:

Licenses for ActiveState products are per-user licenses that are not specific to a machine or platform. If the same user has accounts on a Windows machine, a Linux box, and a Mac, they are free to install their license on all three machines. Similarly if the same user uses multiple accounts on any of the machines, they can install the same license on all of the accounts they use, provided the software is not used by unlicensed users.

When the license installer is run it installs a license file to a subdirectory of the user's home directory. This means that the license must be run as the user who will be using the software. For example, if I am going to use my kevinw account to run Komodo, I have to run the license installer as kevinw, rather than as root or another user. This also means that the license needs to be installed separately on each machine I am going to use, of course.

You can also copy the license files directly from machine to machine. For information on where to find your license file after you run the license installer (and where it should be installed on the machine you're copying it to), see the licensing FAQ entry entitled "Where is my ActiveState license file installed?".

We are looking into ways of making this more convenient, but for now that's the process.

What is the license for the code in the language cookbooks?

OS: All / Any | Product: ASPN | tags: ASPN cookbook license
Question:

What is the license for the code in the language cookbooks? Can the code be used in commercial projects?

Answer:

The recipes in the language cookbooks are licensed under the BSD license, without the attribution clause (a.k.a. the "New BSD license").

This means that the code can be used in commercial and open source projects, including projects licensed under the GNU GPL (General Public License).

Start-up problem on Komodo Pro after evaluating Personal Edition

OS: All / Any | Product: Komodo | tags: license
Question:

Komodo Pro won't start after evaluating Komodo Personal. How can I fix
this?

Answer:

If you evaluated Komodo Personal edition prior to purchasing Komodo
Professional edition, you may encounter problems when you try to start
Komodo. This is a known issue when moving from Komodo Personal to
Professional. To get around this, you will need to delete your Komodo
preferences directory, located here:

Windows:

  C:\Documents and Settings\username\Application Data\ActiveState\Komodo\3.5\

Linux and Solaris:

  /home/username/.komodo/3.5

Mac OS X:

  /Users/username/Library/Application Data/Komodo/3.5

If you have already customized Komodo or added to the toolbox, you
will need to back up some files first in the above directory. Copy out
the toolbox.kpf file to preserve your toolbox, and the
schemes sub-folder to preserve any key-binding or font coloring
schemes.

Komodo Invalid License error

OS: All / Any | Product: Komodo | tags: license
Question:

I get an 'Invalid License' error message when starting Komodo. Why?

Answer:

Ensure that the version of Komodo you have downloaded and installed matches the license you have purchased (i.e. Komodo Personal vs. Komodo Pro -- the licenses are not interchangable).

You can check the version of the the installed ActiveState license here:

Windows:

%USERPROFILE%\Application Data\ActiveState\ActiveState.lic

Linux:

/home/%username%/.ActiveState/ActiveState.lic

Look for the line that says "Komodo". Immediately following the version number will be either Personal or Professional. Whichever it is is the version of Komodo you should install. If you have the appropriate license installed, try removing the license file (specified above) and reinstalling the license.

Installers for all versions of Komodo (including older releases) can be downloaded from:

http://downloads.activestate.com/Komodo/

-->