Mcmillen Installer Question

simo simoninusa2001 at yahoo.co.uk
Tue Feb 10 01:37:07 EST 2004


andywil at nortelnetworks.com (Glawster) wrote:

> DeprecationWarning: the FCNTL module is deprecated; please use fcntl

> DeprecationWarning: the TERMIOS module is deprecated; please use termios

Read the errors, you're using uppercase module names, I've had this a
few times and actually think it's legacy code in Installer.

> DeprecationWarning: the regex module is deprecated; please use the re module

This is in your code I think - the regular expression module in 2.3.3
is called 're' not 'regex', e.g. re.compile()

> CCPS INSTALL STARTING...
> 
> The CCPS_DATA_PATH is not defined !!!

I expect your program is failing as the path never got matched in the
regex.

Don't give up, Installer is great!

Does your program run OK in Windows (using the Python interpreter)?
This way we can see if it's Linux/Windows issues or Installer.



More information about the Python-list mailing list