Re: [python-win32] Null Session ipc$

2008-03-21 Thread Ludovic Reenaers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm not sure, but I guess It is depending on the version of windows, I think I had read somewhere null connection is not applicable on most recent windows versions... guerrino di massa a écrit : Hello i wrote this: import win32net ui2={}

Re: [python-win32] Embedding/bundling Python, best practices?

2008-01-25 Thread Ludovic Reenaers
For info Py2exe provides same functionalities for linux package generation aswell, in case your app' has to be distributed on other platforms. Ludo -- From: Paul Koning [EMAIL PROTECTED] Sent: Friday, January 25, 2008 12:45 PM To: Arve Knudsen

[python-win32] SimpleXMLRPCServer encoding issue

2008-01-07 Thread Ludovic Reenaers
Hello, I'm writing a small wxpython application, using SimpleXMLRPCServer for client/server communication. It works pretty fine and I XMLRPCServer is relly reliant. During unit test phase,I found a small problem that I can't face since I'm not well aware about encoding. Anyway here is the

Re: [python-win32] Socket Connection Problem

2008-01-07 Thread Ludovic Reenaers
May be your provider blocks it... try config your app to communicate through 4400 or any http port that should be allowed by your provider...hope it can helps. Ludo From: João Abrantes Sent: Monday, January 07, 2008 11:04 AM To: Ludovic Reenaers ; python-win32@python.org Subject: RE: [python

Re: [python-win32] Socket Connection Problem

2008-01-06 Thread Ludovic Reenaers
may be you are behind a router or proxy or whatever then your external ip is actually the network device connected to the internet. this device may probably be tuned for NAT or port forwarding... I 'm not sure this your issue but it could be. it is for sure a network config issue because the

Re: [python-win32] gui examples

2007-10-16 Thread Ludovic Reenaers
Hi, you should download WxPython there is a pretty nice documentation with very detailed samples. cheers, Ludo - Original Message - From: Christian K. [EMAIL PROTECTED] To: python-win32@python.org Sent: Tuesday, October 16, 2007 8:47 AM Subject: [python-win32] gui examples Hi,