Hello!
This simple code below works with win32all-153 and breaks with
155 and 157 saying:
Fatal Python error: This thread state must be current when releasing
So does some other demos from win32/demos like
"win32gui_dialog.py".
What could it be?
##
Thanks Thomas.
Though it's strange I should have find it out myself...
Best regards,
Kerimmailto:[EMAIL PROTECTED]
Tuesday, September 18, 2001, 12:51:51 PM, you wrote:
>> KBW> Hello .
>>
>> KBW> How can I translate this winapi call to python?
>> KBW> ( the problem
Ok. May be if I post my original problem someone can suggest another
way to solve it.
I'm changing the System Path variable in
[HKEY_LOCAL_MACHINE],'SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Environment'
folder.
And I want windows all _newly_ started apps to use new PATH.
My solutio
Hello .
How can I translate this winapi call to python?
( the problem is whith lparam that should be int - "TypeError: an integer is required")
SendMessage(HWND_BROADCAST, WM_SETTINGCHANGE, 0, (LPARAM) TEXT("Environment"));
Thanks,
Kerim mailto:[EMAIL PROTECTED]
>> Recently I've found a bad thing about PythonWin - even if
>> "insert spaces" option is checked it still uses tabs - in
agbc> What version are you using?
2.1.212 - the latest I suppose...
Best regards,
Kerimmailto:[EMAIL PROTECTED]
_
Hello ,
Recently I've found a bad thing about PythonWin - even if
"insert spaces" option is checked it still uses tabs - in
interactive window. It happended a couple of times before but I
thought I just don't get Python.
So be careful cut'n'pasting code from PW.
i've added a string to mssccprj.scc :
Database = "\\Alpha\SS_Sources\"
( "\\Alpha\SS_Sources\" is our sources database path )
And vss.CheckoutFile, called directly, works now.
But when I open a "checkin'd" file in pythonwin and try to edit it
a message shown : "Document is read-only, and
[Sorry for a newbish question]
Can someone please elaborate on the topic?
I've created mssccprj.scc in C:\TestPVSS with body :
[Python]
Project=TestPython
-eof-
And made C:\TestPVSS working folder for $/TestPython project in VSS.
What i do not understand is how to tell PythonWin the path to S