Wed May 17 10:17:06 2006

Ticket #58 (Closed: fixed)

ArrtibuteError running nosetests


Priority: high Reporter: casbon@gmail.com
Severity: normal Assigned to: jpellerin
Component: nose:importer Status: closed
Version: 0.9a1 Resolution: fixed
Milestone: 0.9b1 Keywords: defect

Description by casbon@gmail.com:

I'm getting this when running nosetests. Not sure whats causing it, but I thought someone might be able to point me in the right direction.

I will attach the traceback.

Attachments

  • tbk (438 bytes) - added by guest on Wed May 17 10:17:35 2006.

Changelog

Wed May 17 10:17:35 2006: Modified by guest

  • attachment added: tbk

Wed May 17 11:21:54 2006: Modified by jpellerin

  • component changed from nose to nose:importer
  • milestone set to 0.9b1
  • priority changed from normal to high
  • keywords set to defect
  • status changed from new to assigned

That suggests that one of the modules in your working dir that nose is trying to import shadows a built-in module that doesn't have a file attribute. That's definitely a bug in nose. If I'm not able to do a release in the next couple of days to fix that, I'll post a patch here.

Wed May 24 19:04:16 2006: Modified by jpellerin

  • resolution set to fixed
  • status changed from assigned to closed

Fixed in [46]