Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't compile code using command line on Raspberry Pi 2 #50

Closed
jimgregory opened this issue Jun 27, 2015 · 2 comments
Closed

can't compile code using command line on Raspberry Pi 2 #50

jimgregory opened this issue Jun 27, 2015 · 2 comments
Assignees

Comments

@jimgregory
Copy link

I am unable to compile using the command line. When I attempt to compile I get an error:

/usr/share/pinguino-11:$ python pinguino.py -f ~/program.pde -l v4 -p25k50
Traceback (most recent call last):
File "pinguino.py", line 118, in
os.environ["PINGUINO_DEBUGMODE"] = str(parser.devmode)
AttributeError: 'Namespace' object has no attribute 'devmode'

If I comment out line 118 and attempt to recompile again, I get another error:

/usr/share/pinguino-11:$ python pinguino.py -f ~/program.pde -l v4 -p25k50
using Pinguino 25k50 board
using boot4 bootloader
Traceback (most recent call last):
File "pinguino.py", line 260, in
pinguino.compile_file(filename)
File "/usr/share/pinguino-11/qtgui/pinguino_api/pinguino.py", line 31, in compile_file
self.compiled = data["verified"]
TypeError: 'NoneType' object has no attribute 'getitem'

I am using version 11.20150609 of the IDE on a Raspberry Pi 2.

Compilation using the graphical IDE works great, BTW. I just can't compile from the command line.

@YeisonCardona
Copy link
Member

Hi @jimgregory try with the last git versión.

@MefhigosetH
Copy link
Member

No user feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants