<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: More PSA to Lightroom details</title>
	<atom:link href="http://pablo.averbuj.com/2006/08/04/more-psa-to-lightroom-details/feed" rel="self" type="application/rss+xml" />
	<link>http://pablo.averbuj.com/2006/08/04/more-psa-to-lightroom-details</link>
	<description>Things I think are cool that probably aren't</description>
	<pubDate>Tue, 07 Sep 2010 01:32:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Maximus</title>
		<link>http://pablo.averbuj.com/2006/08/04/more-psa-to-lightroom-details/comment-page-1#comment-36219</link>
		<dc:creator>Maximus</dc:creator>
		<pubDate>Thu, 20 Dec 2007 06:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://pablo.averbuj.com/?p=85#comment-36219</guid>
		<description>I would like to see a continuation of the topic</description>
		<content:encoded><![CDATA[<p>I would like to see a continuation of the topic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pablo</title>
		<link>http://pablo.averbuj.com/2006/08/04/more-psa-to-lightroom-details/comment-page-1#comment-1258</link>
		<dc:creator>pablo</dc:creator>
		<pubDate>Thu, 15 Mar 2007 02:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://pablo.averbuj.com/?p=85#comment-1258</guid>
		<description>I just realized that the final version of Lightroom (v1.0) supports importing from Photoshop Elements and Photoshop Album so you shouldn't need this at all anymore.</description>
		<content:encoded><![CDATA[<p>I just realized that the final version of Lightroom (v1.0) supports importing from Photoshop Elements and Photoshop Album so you shouldn&#8217;t need this at all anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pablo</title>
		<link>http://pablo.averbuj.com/2006/08/04/more-psa-to-lightroom-details/comment-page-1#comment-1256</link>
		<dc:creator>pablo</dc:creator>
		<pubDate>Wed, 14 Mar 2007 21:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://pablo.averbuj.com/?p=85#comment-1256</guid>
		<description>You're right that it probably leads to a lot of dependencies and there's also an implicit dependency on DBD::SQLite . I install everything from Debian packages so it handles the dependencies. If you're doing this on a Windows machine with ActiveState Perl than you can use their package manager (I'd be fairly positive you can get all of them except maybe DBD::SQLite via the ActiveState package manager).

Coincidentally I've been revisiting this issue in the last couple days because I'm migrating from Windows to MacOS and now I need to migrate my Lightroom DB from PC to Mac which I'll post about once I've finished.

In the process of doing this I happened to find someone who did something very similar (except moving the data to Gallery2 instead of Lightroom) directly on his Windows box using ActiveState and fewer steps. The project is called &lt;a href="http://sourceforge.net/projects/pse2gallery2" rel="nofollow"&gt;Elements2Gallery2&lt;/a&gt;.

I checked  the ActiveState site and according to &lt;a href="http://ppm.activestate.com/BuildStatus/5.8.html" rel="nofollow"&gt;this ActiveState page&lt;/a&gt; the DBD-SQLite builds for Windows properly so that should make your life easier.</description>
		<content:encoded><![CDATA[<p>You&#8217;re right that it probably leads to a lot of dependencies and there&#8217;s also an implicit dependency on DBD::SQLite . I install everything from Debian packages so it handles the dependencies. If you&#8217;re doing this on a Windows machine with ActiveState Perl than you can use their package manager (I&#8217;d be fairly positive you can get all of them except maybe DBD::SQLite via the ActiveState package manager).</p>
<p>Coincidentally I&#8217;ve been revisiting this issue in the last couple days because I&#8217;m migrating from Windows to MacOS and now I need to migrate my Lightroom DB from PC to Mac which I&#8217;ll post about once I&#8217;ve finished.</p>
<p>In the process of doing this I happened to find someone who did something very similar (except moving the data to Gallery2 instead of Lightroom) directly on his Windows box using ActiveState and fewer steps. The project is called <a href="http://sourceforge.net/projects/pse2gallery2" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/sourceforge.net');">Elements2Gallery2</a>.</p>
<p>I checked  the ActiveState site and according to <a href="http://ppm.activestate.com/BuildStatus/5.8.html" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/ppm.activestate.com');">this ActiveState page</a> the DBD-SQLite builds for Windows properly so that should make your life easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shane</title>
		<link>http://pablo.averbuj.com/2006/08/04/more-psa-to-lightroom-details/comment-page-1#comment-1253</link>
		<dc:creator>shane</dc:creator>
		<pubDate>Wed, 14 Mar 2007 19:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://pablo.averbuj.com/?p=85#comment-1253</guid>
		<description>hi, i am trying your last step and can't get the script to compile.  there are a lot of packages it seems to need from CPAN, but all i did was install Perl's default package from perl.com.  what ELSE did you install besides the default PERL package??

i have tried download individual packages from cpan.org but after 7 of these, i figured i better ask, because you must have run some install to install all the necessary packages.

please help me!  i'm so close.......</description>
		<content:encoded><![CDATA[<p>hi, i am trying your last step and can&#8217;t get the script to compile.  there are a lot of packages it seems to need from CPAN, but all i did was install Perl&#8217;s default package from perl.com.  what ELSE did you install besides the default PERL package??</p>
<p>i have tried download individual packages from cpan.org but after 7 of these, i figured i better ask, because you must have run some install to install all the necessary packages.</p>
<p>please help me!  i&#8217;m so close&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
