Mcmillen Installer Question
simo
simoninusa2001 at yahoo.co.uk
Tue Feb 10 01:37:07 EST 2004
More information about the Python-list mailing list
Tue Feb 10 01:37:07 EST 2004
- Previous message (by thread): Mcmillen Installer Question
- Next message (by thread): Mcmillen Installer Question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Mcmillen Installer Question
- Next message (by thread): Mcmillen Installer Question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list