keepnote icon indicating copy to clipboard operation
keepnote copied to clipboard

Issue wth python 2.7

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

What steps will reproduce the problem?

1. install python 2.6
2. install keepnote and run it
3. install python 2.7 (the new default python)

What is the expected output? What do you see instead?

Was working fine on python 2.6, then I installed python 2.7 and it broke

Symptoms
  Had the software running when 2.7 was installed
  Paste stopped working.Copy (CTRL+C) worked but paste (CTRL+V) did nothing

  Quit and attempted to restart from icon. Nothing happened.

  Tried to start on command line from a shell:

   $ keepnote
   Traceback (most recent call last):
     File "/usr/bin/keepnote", line 87, in <module>
       import keepnote
   ImportError: No module named keepnote

Fixed it by forcing it to use python 2.6:

   $ sudoedit -e /usr/bin/keepnote
   changed #!/usr/bin/python to #!/usr/bin/python2.6
   $ keepnote
   everything works now

What version of the product are you using? On what operating system?

0.7.8 on Ubuntu 10.04
python 2.7.3
python 2.6.5

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Mar 2014 at 9:57

GoogleCodeExporter avatar Mar 15 '15 04:03 GoogleCodeExporter