Python Forum
installing uPyCraft IDE on Mx-Linux
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
installing uPyCraft IDE on Mx-Linux
#1
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-...tructions/

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
Wordpress - super toolkits a. http://wpgear.org/ :: und b. https://github.com/miziomon/awesome-wordpress :: Awesome WordPress: A curated list of amazingly awesome WordPress resources and awesome python things https://github.com/vinta/awesome-python
Reply
#2
which part doesn't work?
Reply
#3
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
Wordpress - super toolkits a. http://wpgear.org/ :: und b. https://github.com/miziomon/awesome-wordpress :: Awesome WordPress: A curated list of amazingly awesome WordPress resources and awesome python things https://github.com/vinta/awesome-python
Reply
#4
Photo 
i followed the instructions:

https://randomnerdtutorials.com/install-...tructions/

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-...tructions/


i cannot oppen serial - i cannot see any ports

Attached Files

Thumbnail(s)
   
Wordpress - super toolkits a. http://wpgear.org/ :: und b. https://github.com/miziomon/awesome-wordpress :: Awesome WordPress: A curated list of amazingly awesome WordPress resources and awesome python things https://github.com/vinta/awesome-python
Reply
#5
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/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Installing the Visual Studio Code on Linux - how to do that!? apollo 4 3,223 Oct-05-2019, 09:48 PM
Last Post: apollo
  Installing pip on linux sylas 5 3,841 Aug-11-2019, 08:31 AM
Last Post: michaellossagk
  installing Linux on Flash Drive Larz60+ 9 6,849 Sep-18-2017, 02:03 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020