I build this project on win 2000.
Runs out of c:\polldir.
The gui program, settings.exe, uses tkinter and Pmw
The comm program, remote.exe, uses pyserial.
both work great.
I copy the project to a win2000 machine with no python,
works great.
I copy the project to a WinXP home edition machine,
works great.
I copy the project to a WinXP Pro with service pack2,
NOTHING works. Aarrgh!! Logs follow.
settings.exe complains about not being able to find tcl8.4
in \lib but its right there in \polldir. ???
remote.exe can't load some dll but it doesn't say what. ???
Any ideas? Thanks.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\poltest>cd \polldir
C:\polldir>settings
C:\polldir>dir *.log
Volume in drive C is IBM_PRELOAD
Volume Serial Number is 147E-F07E
Directory of C:\polldir
11/18/2004 09:59 AM 796 SETTINGS.EXE.log
1 File(s) 796 bytes
0 Dir(s) 30,047,117,312 bytes free
C:\polldir>type settings.exe.log
Traceback (most recent call last):
File "settings.py", line 211, in ?
File "settings.py", line 31, in __init__
File "settings.py", line 34, in mkmainwin
File "Tkinter.pyc", line 1564, in __init__
_tkinter.TclError: Can't find a usable init.tcl in the following
directories:
C:/lib/tcl8.4 C:/lib/tcl8.4 C:/library
This probably means that Tcl wasn't installed properly.
C:\polldir>
C:\polldir>remote
Traceback (most recent call last):
File "remote.py", line 3, in ?
File "serial\__init__.pyc", line 13, in ?
File "serial\serialwin32.pyc", line 9, in ?
File "win32file.pyc", line 9, in ?
File "win32file.pyc", line 7, in __load
ImportError: DLL load failed: The specified module could not be found.
|