win32gui.CreateWindow doesn't work with win32all version>153

2003-08-21 Thread Kerim Borchaev
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? ##

Re[2]: SendMessage texual lparam

2001-09-18 Thread Kerim Borchaev ( WarKiD )
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

Re: SendMessage texual lparam

2001-09-18 Thread Kerim Borchaev ( WarKiD )
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

SendMessage texual lparam

2001-09-17 Thread Kerim Borchaev ( WarKiD )
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]

Re[2]: [Tutor] PythonWin and tabs

2001-09-11 Thread Kerim Borchaev ( WarKiD )
>> 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] _

PythonWin and tabs

2001-09-11 Thread Kerim Borchaev ( WarKiD )
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.

PythonWin and VisualSourceSafe integration - Resolved

2001-04-27 Thread Kerim Borchaev
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

PythonWin and VisualSourceSafe integration

2001-04-26 Thread Kerim Borchaev
[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