What problem are you seeing?  I got it working on 64-bit Windows 7,
but the instructions on the site set the policy for all users and my
user did not have the authority, so I think I had to specify it for
the current user only.  I also don't remember if I needed RemoteSigned
or Unrestricted as the parameter.  Again, I can't remember, and I'm
not much of a powershell expert, but I think it was something like
this:

Set-ExecutionPolicy "RemoteSigned" -Scope CurrentUser

Also, you need to have java (seems like I remember seeing it should be
java 7) installed and on your path first.

 - Mark


On Mon, Jul 2, 2012 at 8:44 PM, Mark Engelberg <mark.engelb...@gmail.com> wrote:
> I have been unable to get Light Table to work on Windows XP.  I suspect this
> has something to do with not installing the proper version of Power Shell,
> but the install instructions are exceedingly sparse and no such details have
> been provided.  I submitted feedback through official channels but
> (understandably) have not received a response.  Has anyone gotten it to work
> on Windows XP?  If so, could you please send me more detailed instructions
> about exactly what needs to be pre-installed for the script to work
> properly?
>
> Thanks,
>
> Mark
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to