vetriselvi / shedskin

Automatically exported from code.google.com/p/shedskin
0 stars 0 forks source link

numbers module not found #188

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

import numbers

print "hello world"

What is the expected output? What do you see instead?
Compile successfully. Instead I see: cannot locate module: numbers

What version of the product are you using? On what operating system?
Latest git version. OS X 10.8

Please provide any additional information below.

Original issue reported on code.google.com by shankarg...@gmail.com on 24 Apr 2013 at 10:34

GoogleCodeExporter commented 8 years ago
I'm afraid you can only use a limited set of modules directly with shedskin:

https://code.google.com/p/shedskin/wiki/docs#Library_Limitations

if you want do use others, you could perhaps let shedskin generate an extension 
module for you (shedskin -e), and import this in a larger python program that 
also imports these other libraries. 

Original comment by mark.duf...@gmail.com on 28 Apr 2013 at 10:27