<h1>Windows Installation Instructions</h1>
<h2>Padre on Strawberry Perl</h2>
<p>
</p>
<p>
It is an executable installer that will also configure the PATH environment and configure Strawberry
to be usable from any installation path. (You probably need to avoid spaces and non-ascii characters in the path)
</p>
<p>
If you have other Perls installed you will also have to make sure the PATH always contains entries to the one
you actually want to use.
If you don't want to change your PATH ambient variable you can create a new Shortcut on your Desktop and specify "C:\Strawberry\perl\bin\perl.exe C:\strawberry\perl\site\bin\padre" as shortcut destination. Double-clicking on this, you will launch Padre using Strawberry interpreter.
</p>
<p>
</p>
<h2>Binary Installation</h2>
<p>
The most convenient way to get Padre is via the Padre Standalone package.
</p>
<h2>Installation from CPAN</h2>
<p>
Depending on which version of Perl you use, there are different instructions:
* <a href="/wiki/[wiki:DownloadStrawberryPerl]">[wiki:DownloadStrawberryPerl]</a>
* <a href="/wiki/[wiki:DownloadActivePerl]">[wiki:DownloadActivePerl]</a>
</p>
<p>
On Windows, the installation of IPC::Run (0.82) hangs sometimes - install it using
<tt>
</p>
<blockquote>
<p>
cpan> force install notest IPC::Run
</p>
</blockquote>
<p>
<tt>
</p>
<h2>Still Not Working?</h2>
<p>
Following the instructions on this page did not lead to a successful installation?
</p>
<p>
</p>
<p>
We will do our best to help you.
By letting us know that something does not work you will help us, too.
When we know about it, we can improve this documentation and Padre itself.
</p>
<h2>Troubleshooting Padre on Strawberry Perl</h2>
<p>
A couple of ideas what to check if Padre does not launch:
</p>
<ul><li>Is this the only perl on the system?
</li><li>Was it installed in a path that does not contain spaces (or non-ascii characters?)
</li><li>What version of Windows do you run.
</li><li>Is there any space or non-ascii character in the username?
</li><li>Open a command window (Start/Run/cmd) and type padre there
</li><li>in the command window type perl c:\strawberry\perl\site\bin\padre
</li><li>perl c:\strawberry\perl\site\bin\padre --version
</li><li>Is there some firewall or access control that might prevent the server to launch and padre does not survive it?
</li><li>The configuration files should be in "C:\Documents and Settings\USERNAME\Local Settings\Application Data\Perl\Padre" maybe deleting them will allow Padre to launch</li></ul>