samwize / python-email-crawler

Search on Google, and crawls for emails related to the result
292 stars 127 forks source link

i im constantly getting (Pdb) ???? #1

Closed Jameslarkin closed 11 years ago

Jameslarkin commented 11 years ago

screen grab of my problem

https://f.cloud.github.com/assets/3819434/249328/ea1abf7e-8b2a-11e2-8b0e-f3d718cba04b.png

Last login: Tue Mar 12 12:59:50 on ttys000 james-larkins-MacBook-Pro:~ jameslarkin$ cd /users/python james-larkins-MacBook-Pro:python jameslarkin$ python email_crawler.py "south london photographers"

/Users/python/email_crawler.py(12)() -> logging.config.dictConfig(LOGGING) (Pdb)

how long should i leave it ?

samwize commented 11 years ago

Fixed. The pdb debugging was accidentally uncommented..

Jameslarkin commented 11 years ago

im actually still getting a problem with it

http://postimage.org/image/9ah6cxv2l/

???

samwize commented 11 years ago

Which python version are you using?

I only tested with 2.7.3, which has the logging module.

Jameslarkin commented 11 years ago

how do i know if i have urllib2 installed properly ?

On Fri, Mar 15, 2013 at 1:07 PM, Junda notifications@github.com wrote:

Which python version are you using?

I only tested with 2.7.3, which has the logging module.

— Reply to this email directly or view it on GitHubhttps://github.com/samwize/python-email-crawler/issues/1#issuecomment-14959316 .

** www.jameslarkinphotography.com 07779 115 117 / 0207 7476 689

Photography Videography * Design / Web * International Weddings Video Composing Web Site Design Portraits Animation Business cards International Events Music Videos Brochures Dj promos Adverts Flyers Press Shots DVD production Banner Graphic Design / Retouching Youtube content Wordpress

samwize commented 11 years ago

if import urllib2 has no error, then it's installed.

On 21 Mar, 2013, at 12:25 AM, Jameslarkin notifications@github.com wrote:

how do i know if i have urllib2 installed properly ?

On Fri, Mar 15, 2013 at 1:07 PM, Junda notifications@github.com wrote:

Which python version are you using?

I only tested with 2.7.3, which has the logging module.

— Reply to this email directly or view it on GitHubhttps://github.com/samwize/python-email-crawler/issues/1#issuecomment-14959316 .

\ www.jameslarkinphotography.com 07779 115 117 / 0207 7476 689

Photography Videography * Design / Web

  • International Weddings Video Composing Web Site Design Portraits Animation Business cards International Events Music Videos Brochures Dj promos Adverts Flyers Press Shots DVD production Banner Graphic Design / Retouching Youtube content Wordpress — Reply to this email directly or view it on GitHub.

Jameslarkin commented 11 years ago

james-larkins-MacBook-Pro:~ jameslarkin$ import urllib2 -bash: import: command not found

i guess its installed then :)

On Thu, Mar 21, 2013 at 2:52 AM, Junda notifications@github.com wrote:

if import urllib2 has no error, then it's installed.

On 21 Mar, 2013, at 12:25 AM, Jameslarkin notifications@github.com wrote:

how do i know if i have urllib2 installed properly ?

On Fri, Mar 15, 2013 at 1:07 PM, Junda notifications@github.com wrote:

Which python version are you using?

I only tested with 2.7.3, which has the logging module.

— Reply to this email directly or view it on GitHub< https://github.com/samwize/python-email-crawler/issues/1#issuecomment-14959316>

.

** www.jameslarkinphotography.com 07779 115 117 / 0207 7476 689

Photography Videography * Design / Web * International Weddings Video Composing Web Site Design Portraits Animation Business cards International Events Music Videos Brochures Dj promos Adverts Flyers Press Shots DVD production Banner Graphic Design / Retouching Youtube content Wordpress — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/samwize/python-email-crawler/issues/1#issuecomment-15216747 .

** www.jameslarkinphotography.com 07779 115 117 / 0207 7476 689

Photography Videography * Design / Web * International Weddings Video Composing Web Site Design Portraits Animation Business cards International Events Music Videos Brochures Dj promos Adverts Flyers Press Shots DVD production Banner Graphic Design / Retouching Youtube content Wordpress

Jameslarkin commented 11 years ago

ps did you see my issue on github ?

https://github.com/samwize/python-email-crawler/issues/2

On Thu, Mar 21, 2013 at 8:06 AM, james larkin < jameslarkinphotography@gmail.com> wrote:

james-larkins-MacBook-Pro:~ jameslarkin$ import urllib2 -bash: import: command not found

i guess its installed then :)

On Thu, Mar 21, 2013 at 2:52 AM, Junda notifications@github.com wrote:

if import urllib2 has no error, then it's installed.

On 21 Mar, 2013, at 12:25 AM, Jameslarkin notifications@github.com wrote:

how do i know if i have urllib2 installed properly ?

On Fri, Mar 15, 2013 at 1:07 PM, Junda notifications@github.com wrote:

Which python version are you using?

I only tested with 2.7.3, which has the logging module.

— Reply to this email directly or view it on GitHub< https://github.com/samwize/python-email-crawler/issues/1#issuecomment-14959316>

.

** www.jameslarkinphotography.com 07779 115 117 / 0207 7476 689

Photography Videography * Design / Web * International Weddings Video Composing Web Site Design Portraits Animation Business cards International Events Music Videos Brochures Dj promos Adverts Flyers Press Shots DVD production Banner Graphic Design / Retouching Youtube content Wordpress — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/samwize/python-email-crawler/issues/1#issuecomment-15216747 .

** www.jameslarkinphotography.com 07779 115 117 / 0207 7476 689

Photography Videography * *Design / Web International Weddings Video Composing Web Site Design Portraits Animation Business cards International Events Music Videos Brochures Dj promos Adverts Flyers Press Shots DVD production Banner Graphic Design / Retouching Youtube content Wordpress

** www.jameslarkinphotography.com 07779 115 117 / 0207 7476 689

Photography Videography * Design / Web * International Weddings Video Composing Web Site Design Portraits Animation Business cards International Events Music Videos Brochures Dj promos Adverts Flyers Press Shots DVD production Banner Graphic Design / Retouching Youtube content Wordpress

samwize commented 11 years ago

I replied. You need to install sqlalchemy.

On 21 Mar, 2013, at 4:11 PM, Jameslarkin notifications@github.com wrote:

ps did you see my issue on github ?

https://github.com/samwize/python-email-crawler/issues/2

On Thu, Mar 21, 2013 at 8:06 AM, james larkin < jameslarkinphotography@gmail.com> wrote:

james-larkins-MacBook-Pro:~ jameslarkin$ import urllib2 -bash: import: command not found

i guess its installed then :)

On Thu, Mar 21, 2013 at 2:52 AM, Junda notifications@github.com wrote:

if import urllib2 has no error, then it's installed.

On 21 Mar, 2013, at 12:25 AM, Jameslarkin notifications@github.com wrote:

how do i know if i have urllib2 installed properly ?

On Fri, Mar 15, 2013 at 1:07 PM, Junda notifications@github.com wrote:

Which python version are you using?

I only tested with 2.7.3, which has the logging module.

— Reply to this email directly or view it on GitHub< https://github.com/samwize/python-email-crawler/issues/1#issuecomment-14959316>

.

\ www.jameslarkinphotography.com 07779 115 117 / 0207 7476 689

Photography Videography * Design / Web

  • International Weddings Video Composing Web Site Design Portraits Animation Business cards International Events Music Videos Brochures Dj promos Adverts Flyers Press Shots DVD production Banner Graphic Design / Retouching Youtube content Wordpress — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/samwize/python-email-crawler/issues/1#issuecomment-15216747 .

\ www.jameslarkinphotography.com 07779 115 117 / 0207 7476 689

Photography Videography * *Design / Web International Weddings Video Composing Web Site Design Portraits Animation Business cards International Events Music Videos Brochures Dj promos Adverts Flyers Press Shots DVD production Banner Graphic Design / Retouching Youtube content Wordpress

\ www.jameslarkinphotography.com 07779 115 117 / 0207 7476 689

Photography Videography * Design / Web

  • International Weddings Video Composing Web Site Design Portraits Animation Business cards International Events Music Videos Brochures Dj promos Adverts Flyers Press Shots DVD production Banner Graphic Design / Retouching Youtube content Wordpress — Reply to this email directly or view it on GitHub.