[issue7206] 64 bit python fails on Windows 7

2009-11-18 Thread Rich Healey
Rich Healey ri...@psych0tik.net added the comment: I looked into it a bit further. With some trial and error I narrowed the source of the problem to be the 'KernelModeDriverInstall' option under compatibility. I believe this isn't a problem, because python shouldn't be trying to install

[issue7206] 64 bit python fails on Windows 7

2009-11-17 Thread Rich Healey
Rich Healey ri...@psych0tik.net added the comment: I've done some more fiddling with the debugger, once I discovered the Windows symbol servers, and a tool called application verifier some things started to fall into place. LuaPriv takes care of user privelidges, the program runs fine when I

[issue7206] 64 bit python fails on Windows 7

2009-11-17 Thread Rich Healey
Rich Healey ri...@psych0tik.net added the comment: I have an apology to make for wasting your time. Further investigation demonstrates that it was evidently fiddling with the Application Verifier that broke everything (although I installed it during my debugging attempts- I'm guessing

[issue7206] 64 bit python fails on Windows 7

2009-11-04 Thread Rich Healey
Rich Healey ri...@psych0tik.net added the comment: Download the debugging suite from http://www.microsoft.com/whdc/devtools/debugging/install64bit.mspx# Open windbg Press Ctrl + E to load an executable Select your python binary Step through by typing g in the text box at the bottom

[issue7206] 64 bit python fails on Windows 7

2009-11-03 Thread Rich Healey
Rich Healey ri...@psych0tik.net added the comment: Carey I can send you the steps I used to create the dump if you like so we can check if it's the same issue? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7206

[issue7206] 64 bit python fails on Windows 7

2009-10-26 Thread Rich Healey
Rich Healey ri...@psych0tik.net added the comment: By running the python.exe (either by double clicking it, typing it's path into a cmd shell or by opening it in a debugger). I tried to create a 64 bit build of the source tree which DID start, but the hoops I had to jump through to build

[issue7206] 64 bit python fails on Windows 7

2009-10-26 Thread Rich Healey
Rich Healey ri...@psych0tik.net added the comment: Nope- 2.6.4 fails in the same way. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7206

[issue7206] 64 bit python fails on Windows 7

2009-10-26 Thread Rich Healey
Rich Healey ri...@psych0tik.net added the comment: They did at first for me, and then something changed. They now don't start. I don't have the skills to properly diagnose why, all I can get out of my debuggers is that something is happening in ntdll.dll Not necessarily pointing fault

[issue7206] 64 bit python fails on Windows 7

2009-10-25 Thread Rich Healey
New submission from Rich Healey ri...@psych0tik.net: 64 bit pythons fail on 64 bit Windows 7. The crash happens with python 2.6 and 3.1 in 64 bit mode. 3.1 was a clean install after the issue presented itself. I'm not 100% sure how best to help with the problem, I've attached the dump from

[issue7206] 64 bit python fails on Windows 7

2009-10-25 Thread Rich Healey
Rich Healey ri...@psych0tik.net added the comment: I'm not 100% sure. I have a x64 machine running Windows 2008. I will check if it's in the log now. I will also check if it's in the debug trace for x86 python (which works). RESULTS: I get the LuaPriv initialised line on x86 python on my

[issue7206] 64 bit python fails on Windows 7

2009-10-25 Thread Rich Healey
Rich Healey ri...@psych0tik.net added the comment: I think that dump may be incorrect because it does not have all the symbols. I will checkout source for latest 3.x trunk and attempt to build 64 bit binaries. -- ___ Python tracker rep

[issue7206] 64 bit python fails on Windows 7

2009-10-25 Thread Rich Healey
Rich Healey ri...@psych0tik.net added the comment: No action- the interpreter fails to start. Or do you mean what changed to make it break? I'm not sure. It used to work but I don't believe I changed anything on my system. -- ___ Python tracker rep

UnboundLocalError with extra code after return

2009-09-29 Thread Rich Healey
() UnboundLocalError: local variable 'func' referenced before assignment Any ideas on why? This looks like a bug to me, but I'm quite new to this style of programming so it may be some nuance I'm not aware of. Thanks in advance. Rich Healey -- http://mail.python.org/mailman/listinfo/python-list

Re: UnboundLocalError with extra code after return

2009-09-29 Thread Rich Healey
On Sep 30, 2:15 pm, Rich Healey healey.r...@gmail.com wrote: I'm trying to write a decorator that causes a function to do nothing if called more than once- the reason for this is trivial and to see if I can (Read- I'm enjoying the challenge, please don't ruin it for me =] ) However I'm

imaplib fetch message flags

2009-03-01 Thread Rich Healey
(SUBJECT FROM FLAGS)]) but it doesn't have the desired result. I'm sure I'm missing something obvious. Thanks in advance Richo - -- Rich Healey - iTReign \.''`. / healey.r...@gmail.com Developer / Systems Admin \ : :' : /healey.r...@itreign.com AIM: richohealey33

Re: imaplib fetch message flags

2009-03-01 Thread Rich Healey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rich Healey wrote: Hi List, I'm using an example of an imap client I found with google as a framework for a more fullfeatured imap client. They use the line: f = self.M.fetch(num, '(BODY[HEADER.FIELDS (SUBJECT FROM)])') To retrieve

Re: Problem when Installing PyML module modules with mingw32

2008-11-04 Thread Rich Healey
in advance Aonlazio Why remove ###Bla bla bla bunch of errors### How do we help without the error messages! - -- Rich Healey - iTReign \.''`. / [EMAIL PROTECTED] Developer / Systems Admin \ : :' : /[EMAIL PROTECTED] AIM: richohealey33

Re: Problem when Installing PyML module modules with mingw32

2008-11-04 Thread Rich Healey
AON LAZIO wrote: On Tue, Nov 4, 2008 at 9:25 PM, Rich Healey [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Why remove ###Bla bla bla bunch of errors### How do we help without the error messages! AON LAZIO wrote: Ah, sorry but the error was quite long in nature. here is the full

Re: how to get the thighest bit position in big integers?

2008-10-05 Thread Rich Healey
. Worth pointing out, or not worth saying? P.S.S. 'Thighest' bit? I thought the spam filters would catch that. That should be P.P.S. PS: This is also unconstructive nitpicking. Kind regards Rich ;) - -- Rich Healey - iTReign \.''`. / [EMAIL PROTECTED] Developer / Systems

Re: sending to an xterm

2008-08-08 Thread Rich Healey
. OK, I see that. (getting off topic) any chance of keeping the xterm open after running the command? Thanks, Kent xterm -hold -e whatever -- http://mail.python.org/mailman/listinfo/python-list - -- Rich Healey - [EMAIL PROTECTED] Developer / Systems Admin

Re: IDE on the level of Eclipse or DEVc++?

2008-06-23 Thread Rich Healey
the projectfiles for example. I don't want to start a flamewar. But I like vim. - -- Rich Healey - [EMAIL PROTECTED] Developer / Systems Admin - OpenPGP: 0x8C8147807 MSN: [EMAIL PROTECTED] AIM: richohealey33 irc.psych0tik.net- #hbh #admins richohealey irc.freenode.org - #hbh #debian

Re: IDE on the level of Eclipse or DEVc++?

2008-06-23 Thread Rich Healey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David wrote: Rich Healey wrote: I don't want to start a flamewar. But I like vim. Hi Rich, could I take a look at your .vimrc , the python stuff. thanks -- http://mail.python.org/mailman/listinfo/python-list hi my .vimrc is quite simple

Re: print problem

2008-06-17 Thread Rich Healey
line character? Very probably, altough I can't reproduce it on Windows. Try invoking the script with python -u (unbuffered input/output): python -u your_script.py Or just write to sys.stdout without the print wrapper.. - -- Rich Healey - [EMAIL PROTECTED] Developer / Systems