ocesou / hooke

Automatically exported from code.google.com/p/hooke
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Update 193, errors(?) in global variables #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
With this latest update I get:

/home/phdstudent/hooke/hooke.py:855: SyntaxWarning: name '__version__' is
assigned to before global declaration
  global __version__                                                      

/home/phdstudent/hooke/hooke.py:856: SyntaxWarning: name 'events_from_gui'
is assigned to before global declaration
  global events_from_gui                                                  

/home/phdstudent/hooke/hooke.py:857: SyntaxWarning: name 'config' is
assigned to before global declaration         
  global config                                                           

/home/phdstudent/hooke/hooke.py:858: SyntaxWarning: name 'CLI_PLUGINS' is
assigned to before global declaration    
  global CLI_PLUGINS                                                      

/home/phdstudent/hooke/hooke.py:859: SyntaxWarning: name 'GUI_PLUGINS' is
assigned to before global declaration    
  global GUI_PLUGINS                                                      

/home/phdstudent/hooke/hooke.py:860: SyntaxWarning: name 'LOADED_PLUGINS'
is assigned to before global declaration 
  global LOADED_PLUGINS                                                   

/home/phdstudent/hooke/hooke.py:861: SyntaxWarning: name
'PLOTMANIP_PLUGINS' is assigned to before global declaration
  global PLOTMANIP_PLUGINS                                                

/home/phdstudent/hooke/hooke.py:862: SyntaxWarning: name 'FILE_DRIVERS' is
assigned to before global declaration     
  global FILE_DRIVERS                                                     

/usr/lib/python2.6/dist-packages/pytz/__init__.py:32: UserWarning: Module
matplotlib was already imported from
/usr/lib/python2.6/dist-packages/matplotlib/__init__.py, but
/usr/lib/python2.6/dist-packages is being added to sys.path               

  from pkg_resources import resource_stream

Original issue reported on code.google.com by fabrizio...@gmail.com on 9 Oct 2009 at 7:19

GoogleCodeExporter commented 8 years ago
Ugh! I come back immediately.

Original comment by devicera...@gmail.com on 10 Oct 2009 at 9:25

GoogleCodeExporter commented 8 years ago
Or, not. Mine works, and your line numbers are *way strange*. I checked the 
diffs and
there's nothing that should cause that hell.

If you modified your hooke.py by yourself, it is very much possible subversion 
made
some mess in trying to merge the files.

Could you re-download it from scratch using:

svn checkout http://hooke.googlecode.com/svn/trunk/ hooke-read-only

and retry?

Original comment by devicera...@gmail.com on 10 Oct 2009 at 9:30

GoogleCodeExporter commented 8 years ago

Original comment by devicera...@gmail.com on 12 Oct 2009 at 1:33

GoogleCodeExporter commented 8 years ago
Since no further comment has been made, I mark this as INVALID per above until
something else comes out.

Original comment by devicera...@gmail.com on 31 Oct 2009 at 7:21