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
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
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
;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()
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
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.
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
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
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:/