Thread
:
Python - BeautifulSoup ?
View Single Post
blubbi
2010-01-28 , 10:55
Posts: 288 | Thanked: 113 times | Joined on Dec 2009 @ Germany
#
25
Python compiles the modules on runtime. So apparently there is no need to precompile the modules.
If you want you can precompile (Byte-compile) the modules, which will speed up their loading time, but IMHO this should be done by the installer (at least it is handled this way in Gentoo ebuilds).
But you should avoid placing stuff in the .dep file which happened to be created during testing (like the .pyc files, backup files from editor etc...)
Cheers
Bjoern
__________________
My website:
olausson.de
gallery.olausson.de
My Applications:
Package: www2sms
Talk: www2sms
Garage: www2sms
Wiki (How to add providers)
Quote & Reply
|
The Following User Says Thank You to blubbi For This Useful Post:
RipTorn
blubbi
View Public Profile
Send a private message to blubbi
Find all posts by blubbi