Python Forum
installing uPyCraft IDE on Mx-Linux - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: installing uPyCraft IDE on Mx-Linux (/thread-21353.html)



installing uPyCraft IDE on Mx-Linux - apollo - Sep-25-2019

Dear community,


i want to install this ide on MX - Linux.


the uPyCraft IDE .. guess i can use this tutorial:

LINK. https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/

Quote:Downloading uPyCraft IDE for Linux Ubuntu 16.04
Click here to download uPyCraft IDE for Linux Ubuntu 16.04 or go to this

link https://randomnerdtutorials.com/uPyCraftLinux.

Quote:Open your Terminal window, navigate to your Downloads folder and list all the files:

see the code

$ cd Downloads
$ ls -l
  uPyCraft_linux_V1.X
and then....

Quote:You should have a similar file (uPyCraft_linux_V1.X) in your Downloads folder. You need to make that file executable with the following command:

see the code

$ chmod +x uPyCraft_linux_V1.X
and then

Quote:Then, to open/run the uPyCraft IDE software, type the next command:

see the piece of code:

$ ./uPyCraft_linux_V1.X
love to hear from you


RE: installing uPyCraft IDE on Mx-Linux - Larz60+ - Sep-26-2019

which part doesn't work?


RE: installing uPyCraft IDE on Mx-Linux - apollo - Sep-27-2019

good day dear Larz 60+


hi there finally installed the ide and now it is running 
downloaded the firmware for micropython from the micropython site. 

tried to flash it - bit this is not possible.  see the images that i have attached...



well  -  run on MX-Linux - but at the moment i have not glue what is going on here... 

see the images

[Image: file.php?id=826]



[Image: file.php?id=825]



love to hear from you


RE: installing uPyCraft IDE on Mx-Linux - apollo - Oct-14-2019

i followed the instructions:

https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/

Once i have activated the virtual environment,  i  should be able to list out packages using pip list and verify version using python --version.

that said - i continued: 


python3 -m venv myVirtEnv

root@MartinsMX-Rechner:/home/martin# python3 -m venv myVirtEnv

root@MartinsMX-Rechner:/home/martin# source myVirtEnv/bin/activate

(myVirtEnv) root@MartinsMX-Rechner:/home/martin# python --version

Python 3.5.3

(myVirtEnv) root@MartinsMX-Rechner:/home/martin# pip list

DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.

pip (9.0.1)

pkg-resources (0.0.0)

setuptools (33.1.1)

(myVirtEnv) root@MartinsMX-Rechner:/home/martin#
well i guess that i now can proceed with the futher steps


https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/


i cannot oppen serial - i cannot see any ports


RE: installing uPyCraft IDE on Mx-Linux - Larz60+ - Oct-14-2019

don't forget serial communications requires that conditions match on both sides,
usually the one that does not match is baudrate (transfer speed), it must be the same on both sides.
The best way to first establish (usually only needed once to get handshaking correct) serial communications is by using a serial communications stand alone package like putty: https://www.putty.org/