I have had my first experience in downloading and trying to lay-in several
new modules. I downloaded requests and urllib3, unpacked them (on a windows
system) and extracted them from the zip. I don't understand how setup.py
and .cfg are supposed to implant them into the python hierarchy. The insta
I'm not sure if we on tutor are the best folks to provide advice on this
subject. You may want to ask on a more general forum such as:
https://mail.python.org/mailman/listinfo/python-list
Good luck!
___
Tutor maillist - Tutor@python.org
To unsubscrib
On 22/11/14 13:47, arlus ishmael wrote:
I'm a student with intermediate python skill. I intend to build a
hospital management system using Python. The intended design is a
desktop application with an embedded server that listens for HTTP
requests that come from a browser or a desktop client.
T
Hello,
I'm a student with intermediate python skill. I intend to build a hospital
management system using Python. The intended design is a desktop
application with an embedded server that listens for HTTP requests that
come from a browser or a desktop client. This should be packaged into a
single
On Fri, Nov 21, 2014 at 01:37:45PM -0800, Clayton Kirkwood wrote:
> Got a general problem with url work. I've struggled through a lot of code
> which uses urllib.[parse,request]* and urllib2. First q: I read someplace in
> urllib documentation which makes it sound like either urllib or urllib2
> m