-
Notifications
You must be signed in to change notification settings - Fork 9
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
ESP32Partitions tool doesn't work on GNU/Linux #4
Comments
Checkout the latest commit on |
Now it throws:
|
My Bad, That line was still relating to windows... I'm moving it now. |
I guess the latest commit will fix the issue now. |
Now it doesn't throw an exception anymore, but I think that I'm now really affected by #1 , i.e. I don't see any message in the IDE, but there is also no GUI coming up. Manually running In case you're wondering: |
@johannesmaibaum Do you have any other python version installed on your machine alongside the 2.7 you have? |
@francis94c Yes, I have both Python 2 and Python 3 installed:
Both are installed from the standard Ubuntu repositories. |
Pasting the relevant parts from #1 :
Using Arduino IDE 1.8.6 on Ubuntu 18.04, and trying both the beta of your tool from your releases page (dubbed 0.0.1) and the newest available ZIP file directly from the repo (dubbed 0.0.2 from your commit message), the only response after clicking on the menu item for the Partition Manager is this Java exception:
In a GNU/Linux system, the info that the tools is requesting from the Windows registry is usually provided by the environment variable called
HOME
.If you install the Arduino IDE using default paths, the standard path for the
tools
folder would be$HOME/Arduino/tools
.The text was updated successfully, but these errors were encountered: