[python-win32] ImportError: No module named system

2006-05-06 Thread reidar
Hi Sorry if this is me being ignorant. Error: PythonWin 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on win32. Portions Copyright 1994-2004 Mark Hammond ([EMAIL PROTECTED]) - see 'Help/About PythonWin' for further copyright information. >>> import os >>> import system Trace

Re: [python-win32] ImportError: No module named system

2006-05-06 Thread Simon Dahlbacka
what's system, or did you intend to import sys ?On 5/6/06, reidar <[EMAIL PROTECTED]> wrote: HiSorry if this is me being ignorant.Error:PythonWin 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)]on win32.Portions Copyright 1994-2004 Mark Hammond ([EMAIL PROTECTED]) -see 'Help/About Py

Re: [python-win32] ImportError: No module named system

2006-05-06 Thread reidar
Thanks for two direct replies I got. system is ofc a directory in the actual application. Having sat for too much time fiddling with third-party stuff my brain was fried :) On Sat, 06 May 2006 15:43:44 +0200, reidar <[EMAIL PROTECTED]> wrote: > Hi > > Sorry if this is me being ignorant. > > E

Re: [python-win32] win32com. Python long to VARIANT conversion patch.

2006-05-06 Thread Mark Hammond
> I'm new to this thread, so please excuse me if this already been > discussed or have already been patched. > > While working with COM I've noticed that sometimes Python long values > does not convert correctly to COM VARIANT (I assumed that > VT_{I4,UI4,I8,UI8,BSTR} should be used). Can you