Re: Libraries in python

2006-09-02 Thread Diez B. Roggisch
> That's my $0.02 on Python packaging and library dependencies. In my > opinion it's one of the few things that Java got right that Python > didn't. Yeah, sure. Hunting down a subtle class loading bug because of e.g. different xml-api versions in your classpath in just a few hours is a thing jav

Re: Libraries in python

2006-09-02 Thread Daniel
[EMAIL PROTECTED] wrote: > Hy people, I'm new in python and comming from JAVA. > > Something I really like in java is the easy way to add a library to the > project. Just put the jar file in the folder ( WEB-INF/lib ) and > doesn't need to restart the server ( tomcat ). > > Can I do some like using

Re: Libraries in python

2006-09-02 Thread Daniel Nogradi
> Hy people, I'm new in python and comming from JAVA. > > Something I really like in java is the easy way to add a library to the > project. Just put the jar file in the folder ( WEB-INF/lib ) and > doesn't need to restart the server ( tomcat ). > > Can I do some like using python - I'm using apach