Forum: Assembly Apr 25th, 2008 |
| Replies: 0 Views: 559 I've set my first steps into the world of reverse engineering. So a use -on heavy recommandation- SoftIce/WinIce and indeed, this seems to THE debugger. The problem is that I nowhere in the setting... |
Forum: *nix Software Feb 22nd, 2008 |
| Replies: 4 Views: 717 Problem solved!
It was the USB port who couldn't deliver enough current for the drive to work. I installed a simple usb hub and the problem was solved.
Thanks for your quick reactions on my... |
Forum: *nix Software Feb 22nd, 2008 |
| Replies: 4 Views: 717 Here 's what I get:
[john@localhost ~]$ su
Password:
[root@localhost john]# mount -t ntfs /dev/sde /media/LaCie
mount: wrong fs type, bad option, bad superblock on /dev/sde,
missing... |
Forum: *nix Software Feb 21st, 2008 |
| Replies: 4 Views: 717 Under XP all works. I made a directory /media/LaCie and tried to mount as:
mount -t ntfs /dev/sde /media/LaCie
But I get the error mess. "Can't find Superblock". What can have gone wrong? |
Forum: *nix Software Feb 17th, 2008 |
| Replies: 1 Views: 710 Forget it. The problem is solved. |
Forum: *nix Software Feb 17th, 2008 |
| Replies: 1 Views: 710 After a systemcrash and a re-install I only can read my XP partition. I forgot what I have to insert in the fstab. My xp partition is mounted as:
/dev/hda1 /media/windows vfat ... |
Forum: Python Jan 11th, 2008 |
| Replies: 2 Views: 2,268 Is it possible to convert a python script into a compileble langguage. ????? |
Forum: Python Jan 11th, 2008 |
| Replies: 9 Views: 2,173 What if the user has not python installed? Is it possible to compile a python script ? I mean a conversion python to C/C++, Pascal, kylix ....? |
Forum: Python Jan 10th, 2008 |
| Replies: 2 Views: 1,263 Here follows my code
#!/usr/bin/env python
import sys
try:
import pygtk
pygtk.require("2.0")
except:
pass |
Forum: Python Jan 9th, 2008 |
| Replies: 2 Views: 1,263 I am trying to activate the Help > About button with no succes.
I made a GUI with Glade3 with only a menu item in the main window.
Here's my code:
#!/usr/bin/env python
import sys
try:... |