Closed SowingSadness closed 11 years ago
Package Control 1.6.3 "install"(upgrade) command is broken :(
Hm... If execute SublimeText 2 with administrator rights, "Package Control" install correct. But it is a wrong way.
Looks like the same issue for me. Any ideas when this will be fixed? Kind of need it fixed in order to install a package.
If installing only works with Administrator privileges you probably have a permissions issue.
Actually it doesn't seem to work even with Admin privlages. I'm new to SublimeText but as mentioned above, I have placed the zip files in InstalledPackage but don't got the Package manager option under Preferences.
When I went through the cut and paste routine trying to install Package Manager on 64bit Vista box I got the following error message. Manual install seems to fail as well. I'll be happy to provide more info if requested. I believe my last attempt was with running under Administrator mode when starting Sublime Text 2. Sounds like a great utility - hope I'm just doing something stupid.
import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print('Please restart Sublime Text to finish installation') Traceback (most recent call last): File "
", line 1, in File ".\urllib2.py", line 126, in urlopen File ".\urllib2.py", line 391, in open File ".\urllib2.py", line 409, in _open File ".\urllib2.py", line 369, in _call_chain File ".\urllib2.py", line 1161, in http_open File ".\urllib2.py", line 1136, in do_open urllib2.URLError: <urlopen error [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions>
@oncalldev Looks like you have a different issue than the OP. Can you open a new issue please?
For everyone else, this issue should be resolved by updating to the new Package Control 2.0 beta that will be out soon.
It seems like a permissions issue (and I did run this as Administrator). If I manually copy the files over and start up Sublime Text I’m immediately presented with an error screen that says: “Unable to run package setup” and ends by saying: IOError: [Errno 13] Permission denied. I’d copy paste the error message but I had to rely on the snipping tool in Vista since copy/paste isn’t available using the error message and the screen print was difficult to read. I’m not really sure what your application is trying to do but my guess is that Vista doesn’t want it done in the user\appdata\ folder without some permissions being modified (which I’m not really thrilled about modifying if that is the case). I’d be happy to post this online, but I was just curious if you had a quick and dirty answer and I thought seeing the error message might be helpful to you. I’m in the process of creating a new development box w/Windows 8 so I can probably wait to see if that works any better.
cid:image002.png@01CE45B1.7F3DD650
From: Will Bond [mailto:notifications@github.com] Sent: Tuesday, April 30, 2013 1:03 PM To: wbond/sublime_package_control Cc: oncalldev Subject: Re: [sublime_package_control] Package Control 1.6.9.0 do not install (Sublime Text 2) (#408)
@oncalldev https://github.com/oncalldev Looks like you have a different issue than the OP. Can you open a new issue please?
For everyone else, this issue should be resolved by updating to the new Package Control 2.0 beta that will be out soon.
— Reply to this email directly or view it on GitHub https://github.com/wbond/sublime_package_control/issues/408#issuecomment-17243836 .https://github.com/notifications/beacon/-UQSiSoo1JV4pJ6Dt8HRQ3k8CKF5uYyOA7UxmsUxNOM3QBnJhQOsTfiytEhG5yOt.gif
@oncalldev Please open a new issue since you are having a different issue than the original poster.
Closing old issue. OP can feel free to re-open once they get the time to reply.
Sublime Text 2.