PDA

View Full Version : بهترین محیط برنامه نویسی برای pysymbian



mosakazemi
سه شنبه 26 شهریور 1392, 21:00 عصر
با سلام


بعد از کلی تحقیق فهمیدم که بهترین محیط برنامه نویسی برای pys60 همون eric IDE هست و بعد از اون استفاده از یک نوت پد با bluetooth console. اما حالا من میخوم که به برنامه نویسی pysymbian با محیط eric4 iDE بپردازم. میدونم سیمبین دیگه ارزش نداره و مرده ولی من نیاز دارم. لینک زیر

http://developer.nokia.com/Community/Discussion/showthread.php/173353-Eric-Ide-perfect-IDE-for-Python-PyS60-developmant


به طور کامل توضیح داده که باید چه کار کرد و حتی توی قیسمت wiki سایت هم موجود هست. من اونجا سوال رو پرسیدم ولی به نظر دیگه خیلی دیر شده. امیدوارم که جنابعالی بتوانید به من کمک کنید. من یک بار دیکه هم سوالم رو اینجا قرار می دهم.



I do all step. Step 7 and 8 is done by typing following codes in command line:
python C:\Python27\Lib\site-packages\eric4\eric4-api.py -o C:\PyS60_api.api -R -p “C:\Program Files\PythonForS60\module-repo”
python C:\Python27\Lib\site-packages\eric4\eric4-api.py -o python_api.api -R -p C:\Python27
python C:\Python27\Lib\site-packages\eric4\eric4-api.py -o eric_pyqt.api -R -p C:\Python27\Lib\site-packages\PyQt4

after this, “PyS60_api.api” file is created at “C:\” and “eric_pyqt.api”, “python_api.api” files are created at “C:\Windows\System32″. I add them to eric IDE by using ” Settings -> Preference-> editor ->APIs”, then compile and apply.

So I think that I had done all steps correctly. But I have a big problem. eric IDE does not know pys60 modules, for ex, appuifw, e32, camera, … . In other words, if I type

>>> import camera

in eric IDE shell, then I have this error:

Traceback (innermost last):
File “”, line 1, in
ImportError: No module named camera

I have windows 8.


با تشکر