the forums at degreez.net

It is currently Thu Mar 28, 2024 8:13 am

All times are UTC - 7 hours [ DST ]




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
PostPosted: Sun Jul 10, 2005 11:38 am 
hey,

i modded some of the files of bittornado, so it would more fir to my needs
the only problem is i get problems compiling it!

i get this error:
Code:
The following modules appear to be missing
['psyco', 'pythoncom', 'win32com.client']

I tried it using Python 2.3 and 2.4.1 with wxPython and py2exe (all correct versions)

The log below is done with:
Python 2.4.1 (python-2.4.1.msi)
wxPython compatible with 2.4.1 (wxPython2.6-win32-unicode-2.6.1.0-py24.exe)
py2exe compatible with 2.4.1 (py2exe-0.5.4.win32-py2.4.exe)

Code:
running py2exe
creating C:\bt\build
creating C:\bt\build\bdist.win32
creating C:\bt\build\bdist.win32\winexe
creating C:\bt\build\bdist.win32\winexe\collect
creating C:\bt\build\bdist.win32\winexe\temp
creating C:\bt\dist
*** searching for required modules ***
*** parsing results ***
creating python loader for extension 'wx._misc_'
creating python loader for extension 'zlib'
creating python loader for extension 'select'
creating python loader for extension '_socket'
creating python loader for extension 'unicodedata'
creating python loader for extension 'wx._windows_'
creating python loader for extension 'wx._gdi_'
creating python loader for extension 'wx._controls_'
creating python loader for extension '_ssl'
creating python loader for extension 'wx._core_'
*** finding dlls needed ***
*** create binaries ***
*** byte compile python files ***
byte-compiling C:\Python24\lib\StringIO.py to StringIO.pyc
byte-compiling C:\Python24\lib\UserDict.py to UserDict.pyc
byte-compiling C:\Python24\lib\_LWPCookieJar.py to _LWPCookieJar.pyc
byte-compiling C:\Python24\lib\_MozillaCookieJar.py to _MozillaCookieJar.pyc
byte-compiling C:\Python24\lib\_strptime.py to _strptime.pyc
byte-compiling C:\Python24\lib\_threading_local.py to _threading_local.pyc
byte-compiling C:\Python24\lib\atexit.py to atexit.pyc
byte-compiling C:\Python24\lib\base64.py to base64.pyc
byte-compiling C:\Python24\lib\bisect.py to bisect.pyc
byte-compiling C:\Python24\lib\calendar.py to calendar.pyc
byte-compiling C:\Python24\lib\cmd.py to cmd.pyc
byte-compiling C:\Python24\lib\codecs.py to codecs.pyc
byte-compiling C:\Python24\lib\cookielib.py to cookielib.pyc
byte-compiling C:\Python24\lib\copy.py to copy.pyc
byte-compiling C:\Python24\lib\copy_reg.py to copy_reg.pyc
byte-compiling C:\Python24\lib\dis.py to dis.pyc
byte-compiling C:\Python24\lib\dummy_thread.py to dummy_thread.pyc
byte-compiling C:\Python24\lib\dummy_threading.py to dummy_threading.pyc
byte-compiling C:\Python24\lib\email\Charset.py to email\Charset.pyc
creating C:\bt\build\bdist.win32\winexe\collect\email
byte-compiling C:\Python24\lib\email\Encoders.py to email\Encoders.pyc
byte-compiling C:\Python24\lib\email\Errors.py to email\Errors.pyc
byte-compiling C:\Python24\lib\email\FeedParser.py to email\FeedParser.pyc
byte-compiling C:\Python24\lib\email\Generator.py to email\Generator.pyc
byte-compiling C:\Python24\lib\email\Header.py to email\Header.pyc
byte-compiling C:\Python24\lib\email\Iterators.py to email\Iterators.pyc
byte-compiling C:\Python24\lib\email\Message.py to email\Message.pyc
byte-compiling C:\Python24\lib\email\Parser.py to email\Parser.pyc
byte-compiling C:\Python24\lib\email\Utils.py to email\Utils.pyc
byte-compiling C:\Python24\lib\email\__init__.py to email\__init__.pyc
byte-compiling C:\Python24\lib\email\_parseaddr.py to email\_parseaddr.pyc
byte-compiling C:\Python24\lib\email\base64MIME.py to email\base64MIME.pyc
byte-compiling C:\Python24\lib\email\quopriMIME.py to email\quopriMIME.pyc
byte-compiling C:\Python24\lib\encodings\__init__.py to encodings\__init__.pyc
creating C:\bt\build\bdist.win32\winexe\collect\encodings
byte-compiling C:\Python24\lib\encodings\aliases.py to encodings\aliases.pyc
byte-compiling C:\Python24\lib\encodings\ascii.py to encodings\ascii.pyc
byte-compiling C:\Python24\lib\encodings\idna.py to encodings\idna.pyc
byte-compiling C:\Python24\lib\encodings\punycode.py to encodings\punycode.pyc
byte-compiling C:\Python24\lib\fnmatch.py to fnmatch.pyc
byte-compiling C:\Python24\lib\ftplib.py to ftplib.pyc
byte-compiling C:\Python24\lib\getopt.py to getopt.pyc
byte-compiling C:\Python24\lib\getpass.py to getpass.pyc
byte-compiling C:\Python24\lib\gettext.py to gettext.pyc
byte-compiling C:\Python24\lib\glob.py to glob.pyc
byte-compiling C:\Python24\lib\gopherlib.py to gopherlib.pyc
byte-compiling C:\Python24\lib\gzip.py to gzip.pyc
byte-compiling C:\Python24\lib\httplib.py to httplib.pyc
byte-compiling C:\Python24\lib\inspect.py to inspect.pyc
byte-compiling C:\Python24\lib\linecache.py to linecache.pyc
byte-compiling C:\Python24\lib\locale.py to locale.pyc
byte-compiling C:\Python24\lib\logging\__init__.py to logging\__init__.pyc
creating C:\bt\build\bdist.win32\winexe\collect\logging
byte-compiling C:\Python24\lib\macpath.py to macpath.pyc
byte-compiling C:\Python24\lib\macurl2path.py to macurl2path.pyc
byte-compiling C:\Python24\lib\mimetools.py to mimetools.pyc
byte-compiling C:\Python24\lib\mimetypes.py to mimetypes.pyc
byte-compiling C:\Python24\lib\ntpath.py to ntpath.pyc
byte-compiling C:\Python24\lib\nturl2path.py to nturl2path.pyc
byte-compiling C:\Python24\lib\opcode.py to opcode.pyc
byte-compiling C:\Python24\lib\optparse.py to optparse.pyc
byte-compiling C:\Python24\lib\os.py to os.pyc
byte-compiling C:\Python24\lib\os2emxpath.py to os2emxpath.pyc
byte-compiling C:\Python24\lib\popen2.py to popen2.pyc
byte-compiling C:\Python24\lib\posixpath.py to posixpath.pyc
byte-compiling C:\Python24\lib\pprint.py to pprint.pyc
byte-compiling C:\Python24\lib\profile.py to profile.pyc
byte-compiling C:\Python24\lib\pstats.py to pstats.pyc
byte-compiling C:\Python24\lib\quopri.py to quopri.pyc
byte-compiling C:\Python24\lib\random.py to random.pyc
byte-compiling C:\Python24\lib\re.py to re.pyc
byte-compiling C:\Python24\lib\repr.py to repr.pyc
byte-compiling C:\Python24\lib\rfc822.py to rfc822.pyc
byte-compiling C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wxPython\__init__.py to wxPython\__init__.pyc
creating C:\bt\build\bdist.win32\winexe\collect\wxPython
byte-compiling C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wxPython\_controls.py to wxPython\_controls.pyc
byte-compiling C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wxPython\_core.py to wxPython\_core.pyc
byte-compiling C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wxPython\_gdi.py to wxPython\_gdi.pyc
byte-compiling C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wxPython\_misc.py to wxPython\_misc.pyc
byte-compiling C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wxPython\_windows.py to wxPython\_windows.pyc
byte-compiling C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wxPython\_wx.py to wxPython\_wx.pyc
byte-compiling C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wx\__init__.py to wx\__init__.pyc
creating C:\bt\build\bdist.win32\winexe\collect\wx
byte-compiling C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wx\__version__.py to wx\__version__.pyc
byte-compiling C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wx\_controls.py to wx\_controls.pyc
byte-compiling C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wx\_core.py to wx\_core.pyc
byte-compiling C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wx\_gdi.py to wx\_gdi.pyc
byte-compiling C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wx\_misc.py to wx\_misc.pyc
byte-compiling C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wx\_windows.py to wx\_windows.pyc
byte-compiling C:\Python24\lib\socket.py to socket.pyc
byte-compiling C:\Python24\lib\sre.py to sre.pyc
byte-compiling C:\Python24\lib\sre_compile.py to sre_compile.pyc
byte-compiling C:\Python24\lib\sre_constants.py to sre_constants.pyc
byte-compiling C:\Python24\lib\sre_parse.py to sre_parse.pyc
byte-compiling C:\Python24\lib\stat.py to stat.pyc
byte-compiling C:\Python24\lib\string.py to string.pyc
byte-compiling C:\Python24\lib\stringprep.py to stringprep.pyc
byte-compiling C:\Python24\lib\tempfile.py to tempfile.pyc
byte-compiling C:\Python24\lib\textwrap.py to textwrap.pyc
byte-compiling C:\Python24\lib\threading.py to threading.pyc
byte-compiling C:\Python24\lib\token.py to token.pyc
byte-compiling C:\Python24\lib\tokenize.py to tokenize.pyc
byte-compiling C:\Python24\lib\traceback.py to traceback.pyc
byte-compiling C:\Python24\lib\types.py to types.pyc
byte-compiling C:\Python24\lib\urllib.py to urllib.pyc
byte-compiling C:\Python24\lib\urllib2.py to urllib2.pyc
byte-compiling C:\Python24\lib\urlparse.py to urlparse.pyc
byte-compiling C:\Python24\lib\uu.py to uu.pyc
byte-compiling C:\Python24\lib\warnings.py to warnings.pyc
byte-compiling C:\Python24\lib\webbrowser.py to webbrowser.pyc
byte-compiling C:\bt\BitTornado\BT1\Choker.py to BitTornado\BT1\Choker.pyc
creating C:\bt\build\bdist.win32\winexe\collect\BitTornado
creating C:\bt\build\bdist.win32\winexe\collect\BitTornado\BT1
byte-compiling C:\bt\BitTornado\BT1\Connecter.py to BitTornado\BT1\Connecter.pyc
byte-compiling C:\bt\BitTornado\BT1\Downloader.py to BitTornado\BT1\Downloader.pyc
byte-compiling C:\bt\BitTornado\BT1\DownloaderFeedback.py to BitTornado\BT1\DownloaderFeedback.pyc
byte-compiling C:\bt\BitTornado\BT1\Encrypter.py to BitTornado\BT1\Encrypter.pyc
byte-compiling C:\bt\BitTornado\BT1\FileSelector.py to BitTornado\BT1\FileSelector.pyc
byte-compiling C:\bt\BitTornado\BT1\HTTPDownloader.py to BitTornado\BT1\HTTPDownloader.pyc
byte-compiling C:\bt\BitTornado\BT1\PiecePicker.py to BitTornado\BT1\PiecePicker.pyc
byte-compiling C:\bt\BitTornado\BT1\Rerequester.py to BitTornado\BT1\Rerequester.pyc
byte-compiling C:\bt\BitTornado\BT1\Statistics.py to BitTornado\BT1\Statistics.pyc
byte-compiling C:\bt\BitTornado\BT1\Storage.py to BitTornado\BT1\Storage.pyc
byte-compiling C:\bt\BitTornado\BT1\StorageWrapper.py to BitTornado\BT1\StorageWrapper.pyc
byte-compiling C:\bt\BitTornado\BT1\Uploader.py to BitTornado\BT1\Uploader.pyc
byte-compiling C:\bt\BitTornado\BT1\__init__.py to BitTornado\BT1\__init__.pyc
byte-compiling C:\bt\BitTornado\BT1\btformats.py to BitTornado\BT1\btformats.pyc
byte-compiling C:\bt\BitTornado\ConfigDir.py to BitTornado\ConfigDir.pyc
byte-compiling C:\bt\BitTornado\ConfigReader.py to BitTornado\ConfigReader.pyc
byte-compiling C:\bt\BitTornado\ConnChoice.py to BitTornado\ConnChoice.pyc
byte-compiling C:\bt\BitTornado\CreateIcons.py to BitTornado\CreateIcons.pyc
byte-compiling C:\bt\BitTornado\CurrentRateMeasure.py to BitTornado\CurrentRateMeasure.pyc
byte-compiling C:\bt\BitTornado\PSYCO.py to BitTornado\PSYCO.pyc
byte-compiling C:\bt\BitTornado\RateLimiter.py to BitTornado\RateLimiter.pyc
byte-compiling C:\bt\BitTornado\RateMeasure.py to BitTornado\RateMeasure.pyc
byte-compiling C:\bt\BitTornado\RawServer.py to BitTornado\RawServer.pyc
byte-compiling C:\bt\BitTornado\SocketHandler.py to BitTornado\SocketHandler.pyc
byte-compiling C:\bt\BitTornado\__init__.py to BitTornado\__init__.pyc
skipping byte-compilation of C:\bt\BitTornado\__init__.py to BitTornado\__init__.pyc
byte-compiling C:\bt\BitTornado\bencode.py to BitTornado\bencode.pyc
byte-compiling C:\bt\BitTornado\bitfield.py to BitTornado\bitfield.pyc
byte-compiling C:\bt\BitTornado\clock.py to BitTornado\clock.pyc
byte-compiling C:\bt\BitTornado\download_bt1.py to BitTornado\download_bt1.pyc
byte-compiling C:\bt\BitTornado\inifile.py to BitTornado\inifile.pyc
byte-compiling C:\bt\BitTornado\natpunch.py to BitTornado\natpunch.pyc
byte-compiling C:\bt\BitTornado\parseargs.py to BitTornado\parseargs.pyc
byte-compiling C:\bt\BitTornado\piecebuffer.py to BitTornado\piecebuffer.pyc
byte-compiling C:\bt\BitTornado\selectpoll.py to BitTornado\selectpoll.pyc
byte-compiling C:\bt\BitTornado\subnetparse.py to BitTornado\subnetparse.pyc
byte-compiling C:\bt\BitTornado\zurllib.py to BitTornado\zurllib.pyc
byte-compiling C:\bt\build\bdist.win32\winexe\temp\_socket.py to _socket.pyc
byte-compiling C:\bt\build\bdist.win32\winexe\temp\_ssl.py to _ssl.pyc
byte-compiling C:\bt\build\bdist.win32\winexe\temp\select.py to select.pyc
byte-compiling C:\bt\build\bdist.win32\winexe\temp\unicodedata.py to unicodedata.pyc
byte-compiling C:\bt\build\bdist.win32\winexe\temp\wx._controls_.py to wx\_controls_.pyc
byte-compiling C:\bt\build\bdist.win32\winexe\temp\wx._core_.py to wx\_core_.pyc
byte-compiling C:\bt\build\bdist.win32\winexe\temp\wx._gdi_.py to wx\_gdi_.pyc
byte-compiling C:\bt\build\bdist.win32\winexe\temp\wx._misc_.py to wx\_misc_.pyc
byte-compiling C:\bt\build\bdist.win32\winexe\temp\wx._windows_.py to wx\_windows_.pyc
byte-compiling C:\bt\build\bdist.win32\winexe\temp\zlib.py to zlib.pyc
*** copy extensions ***
copying C:\Python24\DLLs\_socket.pyd -> C:\bt\dist
copying C:\Python24\DLLs\_ssl.pyd -> C:\bt\dist
copying C:\Python24\DLLs\select.pyd -> C:\bt\dist
copying C:\Python24\DLLs\unicodedata.pyd -> C:\bt\dist
copying C:\Python24\DLLs\zlib.pyd -> C:\bt\dist
copying C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wx\_controls_.pyd -> C:\bt\dist
copying C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wx\_core_.pyd -> C:\bt\dist
copying C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wx\_gdi_.pyd -> C:\bt\dist
copying C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wx\_misc_.pyd -> C:\bt\dist
copying C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wx\_windows_.pyd -> C:\bt\dist
*** copy dlls ***
copying C:\Python24\w9xpopen.exe -> C:\bt\dist
copying C:\WINDOWS\System32\python24.dll -> C:\bt\dist
copying C:\Python24\lib\site-packages\wx-2.6-msw-unicode\wx\wxmsw26uh_vc.dll -> C:\bt\dist
setting sys.winver for 'C:\bt\dist\python24.dll' to 'py2exe'
copying C:\Python24\lib\site-packages\py2exe\run_w.exe -> C:\bt\dist\btdownloadgui.exe
The following modules appear to be missing
['psyco', 'pythoncom', 'win32com.client']


Can anybody help me out?

Flexxman


Top
  
 
 Post subject:
PostPosted: Sun Jul 10, 2005 6:12 pm 
ok, i managed to find out why psyco was missing and fixed it.
2 more to go! missing: pythoncom win32com.client
anybody got any bright ideas?

Sincerely,

Flexxman


Top
  
 
 Post subject:
PostPosted: Mon Jul 11, 2005 10:58 am 
Don't compile if you don't know what ur doing. You look like a newbie who don't even know how to shut down the PC :lol: :lol:


Top
  
 
 Post subject:
PostPosted: Tue Jul 12, 2005 8:29 am 
Offline

Joined: Sun Mar 07, 2004 10:05 am
Posts: 1212
Python for Windows (pywin).


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 7 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 26 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group