- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
8 Posted Topics
I'm currently working on at bunch of computers at work and I have 2 that have this problem, they are ready to be scrapped, but I'll have a tinker with them and let you know if i find anything.
Hey all, Just signed up the forums now as I have just started to learn Python as my first programming language and thought joining an active community would benefit me as well as what i might be able to offer back :) Short and Sweet See Y'all round :)
Hey, I'm new to programming so this may be wrong or not what you want. [code]tl = [] for inlist in token_list: temp=[] for token in inlist: temp.append(zlib.adler32(token,65521)) #You had an extra ( tl.append(temp)[/code] And from what it says now you need to define token_list Is that all of your …
Yeah if your continuing to get a blue screen could you fill us in with more details. Seems that you have already tried bootin in safe mode so no use in suggesting that. If you have your OS Disk, try booting from it into the 'Recovery Console' and do a …
Okay, I started learning Python last weekend on Saturday with some tutorials and a book. With this being my first programming language my program won't amaze you :P The program I made is a calculator for working out how much turf a person would need given the length and the …
I have only just started learning and I ran into this. I used [code]math.ceil(number)[/code] (Where number is enter your number) Remember to [code]import math[/code]
I had this problem, try this for a quick fix: Right click 'My Computer' and click 'Properties' Click the 'Advanced' tab and click 'Settings' under 'Startup and Recovery'. If 'Automatically Restart' is ticked, untick it. If this doesn't work or you already have it unticked, I had an issue with …
adiiz - are you able to try it with another monitor? cindybdavis - Do you have your OS disk to boot into the recovery console? if so you can rebuild your boot.ini, let me know if you can and I'll get you some instructions to follow if you need them.
The End.
Shlaa