Carlos, I have just installed your recommended version of Spyder. I keep using the default python interpreter as in "/Applications/Spyder.app/Contents/MacOS/python" it seems all the problem i encountered earlier remain the same.
1) I have to manually added the path of boto package into PYTHONPATH… 2) After recognising the boto path, it also report the logging.conf error as before. So I am now manually adding all the path back into PYTHONPATH again. Brain On 11 Feb, 2013, at 11:56 PM, Carlos Córdoba <[email protected]> wrote: > I see, please uninstall our app and download our new DMG, which (as I > mentioned) has a fix for this problem. Then you shouldn't need to add things > to your PYTHONPATH to get boto working. > > This is going to be a problem for our mac users, because with every release > they'd have to download a new DMG. I'll see if we can do something about it. > > El 11/02/13 09:46, Martin Yan escribió: >> I m on Spyder 2.2.0dev >> >> martin >> On 11 Feb, 2013, at 8:49 PM, Carlos Córdoba <[email protected]> wrote: >> >>> This is the problem I should have solved on Issue 1226. Do you have the >>> latest Spyder version: 2.2beta2? >>> >>> El 11/02/13 03:47, thefatbrain escribió: >>>> Just want to update that I resolved the problem by adding line by line all >>>> the necessary path (under IDLE) into PYTHONPATH of >>>> SPYDER... >>>> >>>> thefatbrain於 2013年2月9日星期六UTC+8下午3時37分03秒寫道: >>>> I have just updated the Python installation of my Mac OS 10.8.2 to Python >>>> 2.7.3, I have pip installed, and have installed a few other modules with >>>> it. Everything works fine under IDLE and IDLEX. >>>> >>>> I have been trying to work with Scipy and Numpy, knowing that Spyder is >>>> pretty good at this, so I have installed Sypder as well. >>>> However, Sypder failed to recognize any custom modules I have installed >>>> with pip earlier. I did some research, and know that I need to add the >>>> path of the module into Sypder->PYTHONPATH Manager, which I did. >>>> For example, I have installed boto in >>>> "/Library/Python/2.7/site-packages/boto", and I have exactly this line in >>>> PYTHONPATH Manager... >>>> But when I go to python console under Spyder, I also fail to run "import >>>> boto"....so I did one step further and manually do a >>>> sys.path.append("/Library/Python/2.7/site-packages/boto")...it still >>>> didn't see the module. >>>> >>>> Any input will be highly appreciated. >>>> >>>> Brain >>>> -- >>>> You received this message because you are subscribed to the Google Groups >>>> "spyder" group. >>>> To unsubscribe from this group and stop receiving emails from it, send an >>>> email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at http://groups.google.com/group/spyderlib?hl=en. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "spyder" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/spyderlib?hl=en. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "spyder" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/spyderlib?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> > > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/spyderlib?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
