python - Theano + Windows + CUDA, work well using CMD, but encoutered error in eclipse (warning C4819) -


i working ` windows + cuda 6.5 + vs2010 + python2.7 + theano. python scripts works when using command line, say:

python ddi_convnet.py 

and results as:

passed in cmd 1

passed in cmd 2

however, when run same python scripts in eclipse, lot of errors:

error in eclipse 1

error in eclipse 2

error in eclipse 3

i think due difference of character map of eclipse , cmd, because warning c4819 implies lot of .h files not parsed correctly. how fix it?

i find answer myself. because, installed microsoft c++ python first, , installed vs2010. environment variable of eclipse can updated after restarting windows.

however, after restart windows, problem changes, not warning c4819 more, began report errors "unresolved external ...", due dlls or libs not included correctly eclipse.

finally, decide change ide pycharm. goes far.


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -