[Glitch?] Python has just stopped working

2016-02-16 Thread Theo Hamilton
I woke up two days ago to find out that python literally won't work any more. I have looked everywhere, asked multiple Stack Overflow questions, and am ready to give up. Whenever I run python (3.5), I get the following message: Fatal Python error: Py_initialize: unable to load the file system code

Re: [OFF-TOPIC] It is true that is impossible write in binary code, the lowest level of programming that you can write is in hex code?

2014-11-04 Thread Theo van Werkhoven
instruction set for the Altair can be found in <http://www.classiccmp.org/dunfield/altair/d/88opman.pdf>. Have fun with binary, I wish these machine were still available. Theo On 4-11-2014 17:45, françai s wrote: I intend to write in lowest level of computer programming as a hobby. I

The London Python Group:Switch to Python 3… Now… Immediately - February 12th

2013-01-28 Thread Theo
Russel Winder gives numerous reasons why now is the time for you to switch to Python 3 RIGHT NOW! With Python 3.2 and even more with Python 3.3, Python 3 became usable for release products. Indeed given the things that are in Python 3 that are not being back-ported to Python 2, using Python 3 s

Re: time.clock() or Windows bug?

2008-06-12 Thread Theo v. Werkhoven
;there could be a different cause? > > Just wild theorizing, but it's possible that they are actually getting a > negative delta, and some kind of signed/unsigned manipulation produces the > 90,000 number. Actually, in previous runs I /did/ see negative timestamps using time.clock()

Re: time.clock() or Windows bug?

2008-06-08 Thread Theo v. Werkhoven
The carbonbased lifeform Nick Craig-Wood inspired comp.lang.python with: > Theo v. Werkhoven <[EMAIL PROTECTED]> wrote: >> Output: >> Sample 1, at 0.0 seconds from start; Output power is: 8.967 dBm > [snip] >> Sample 17, at 105.7 seconds from start; Output power i

time.clock() or Windows bug?

2008-06-08 Thread Theo v. Werkhoven
ve replaced the time.clock() with time.time(), and that seems to solve the problem, but I would like to know if it's something I misunderstand or if it's a problem with the platform (Windows Server 2003) or the time.clock() function. T:\Theo\Python>ver Microsoft Windows [Version 5.

Re: Program runs in all directories, except one..

2007-04-28 Thread Theo v. Werkhoven
The carbonbased lifeform Carsten Haese inspired comp.lang.python with: > On Sat, 2007-04-28 at 13:50 +0200, Theo v. Werkhoven wrote: >> Goodday, >> >> Something strange going on here. >> A piece of code I wrote bombs out in one of de directories under $HOME, >> bu

Re: Program runs in all directories, except one..

2007-04-28 Thread Theo v. Werkhoven
The carbonbased lifeform John Machin inspired comp.lang.python with: > On Apr 28, 9:50 pm, "Theo v. Werkhoven" <[EMAIL PROTECTED] > werkhoven.nl.invalid> wrote: >> Goodday, >> >> strg = array("B",octarray).tostring() > > The

Program runs in all directories, except one..

2007-04-28 Thread Theo v. Werkhoven
ge("Exiting..") sys.exit() ser.write(strg) octarray[octet-1] = octarray[octet-1] << 1 os.system('clear') octarray[octet-1]=0 print "done.. #v- Here's the output from the directory it bombs out in: #v+ theo:/