mahmoud2 / pinguino32

Automatically exported from code.google.com/p/pinguino32
0 stars 0 forks source link

Cannot start the IDE without installing an SVN client #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use Ubuntu 11.04 LTS and install pinguinoX.3rev399
2. Iterate running the ./pinguino_start.sh command and try fix issues (PyUSB, 
wxPython ...)
3. When you try again with the ./pinguino_start.sh command

What is the expected output? What do you see instead?
A starting IDE was expected.
Instead, the pinguino.log file ends with the following complaint:

pySVN failed, try to install pySVN
You will need to install an SVN client on your distro.
Enable to check new version of Pinguino IDE

I do not know if I really need the IDE.
I cannot see why I should need SVN, (. and btw I don't even
want too read my emails through the IDE. .)
Maybe I need the IDE to use the USB connection to the connected
hardware. Otherwise I think I should prefere run the tools,
like compilers, assemblers and linkers from the shell prompt.

What version of the product are you using? On what operating system?
pinguinoX.3rev399

Please provide any additional information below.
Ubuntu 11.10 it seems (from the /ets/issue file).
It seems (in /var/run/motd) that the kernel is GNU/Linux 3.0.0-19-generi c i686.

Original issue reported on code.google.com by harley42@gmail.com on 28 May 2012 at 2:47

GoogleCodeExporter commented 9 years ago
I later found information about installing subversion, but
it seems that it was already installed.

both the commands "sudo apt-get install subversion" and
"sudo apt-get install libapache2-svn" told me that I already
had the latest version and both ended with
0 upgraded, 0 newly intalled, 0 to remove and 0 not upgraded.

Later I found information that the missing package may be
named python-svn. That helped me. Maybe the problem is that
the result of installing the about 80 MB big pinguino distribution
is not having much information about how to complete the installation.
That information have to be found when you are online on Internet.

Original comment by harley42@gmail.com on 28 May 2012 at 3:45

GoogleCodeExporter commented 9 years ago
PySVN no longer used.

Original comment by rblanchot@gmail.com on 23 Apr 2013 at 8:29