تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
5 الردود
61415 أدوات العرض

Help me .

Thanks

الصورة الرمزية
إهمال
أفضل إجابة

sudo pip install xlsxwriter

الصورة الرمزية
إهمال
أفضل إجابة

Just instal it..

On Linux: apt-get install modul_name

الصورة الرمزية
إهمال
الكاتب أفضل إجابة

hi

On Windows ?

Thanks

الصورة الرمزية
إهمال
أفضل إجابة

1-make sure/or change directory of your windows python 27 or python 33 is C:\Python27
2-download XlsxWriter package ( https://pypi.python.org/pypi/XlsxWriter )
3-extrat tar file (lookup for tar extractor tool for windows)
4-open cmd
5-go to your downlaoded and extracted package directory
6-type in command prompt: python setup.py install
you can now check module intalled in C:\Python27\Lib\site-packages

الصورة الرمزية
إهمال

this is on windows by the way