>  Thats what I started to do, but ssince I cant get through the first stage,
>  since "_core" doesn't exist anywhere in the file-system, I don't know where
>  to continue.

import _core does not mean Python is looking for a file named "_core",
the actual suffix may be different. You can write "import os", there's
no file "os" either, but "os.py" for example.

Please follow the troubleshooting guide.

Cheers,
Manu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to