about network module

do you mean that the network modules in wxPython doesn't work in pyhon language?

···

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Usually everything that python can do with standard modules is not mapped into wxPython. So if you need a socket use the python standard library.
wxPython is a wrapper around wxWindows. Those functions make sense in a c(++) framework, but not in a scripting language like python that already comes along with a load of features.

On Monday 05 April 2004 10:33 am, huzhenghui37 wrote:

hi everyone,
well, i know there are some modules about network, socket for instance.
and i know that there are also some mudules about network in wxPython's
frameworks.
what's the difference? i am a newbie.
thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
   
- -- UC

- --
Open Source Solutions 4U, LLC 2570 Fleetwood Drive
Phone: +1 650 872 2425 San Bruno, CA 94066
Cell: +1 650 302 2405 United States
Fax: +1 650 872 2417
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAcZpQjqGXBvRToM4RAgCMAJ94Twy36ASN9NFC5+8RPEjTNraPtwCePaVa
Nhk/tr/RczCx52QE/zAbw8Y=
=NjWk
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

Uwe C. Schroeder wrote:

Robin - This seems to be a FAQ. Is there a list of the classes not wrapped in wxPython ? Might be much easier to tell people a URL where they can read why certain things are not wrapped.

Good idea. I'll add this to the ToDo list.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Robin Dunn wrote:

Uwe C. Schroeder wrote:

Robin - This seems to be a FAQ. Is there a list of the classes not wrapped in wxPython ? Might be much easier to tell people a URL where they can read why certain things are not wrapped.

Good idea. I'll add this to the ToDo list.

gei me a link to the list when you done it ok?